home *** CD-ROM | disk | FTP | other *** search
/ Collection of Internet / Collection of Internet.iso / infosrvr / dev / www_talk.930 / 001214_hoesel@chem.rug.nl _Sat May 29 14:27:37 1993.msg < prev    next >
Internet Message Format  |  1994-01-24  |  4KB

  1. Return-Path: <hoesel@chem.rug.nl>
  2. Received: from dxmint.cern.ch by  nxoc01.cern.ch  (NeXT-1.0 (From Sendmail 5.52)/NeXT-2.0)
  3.     id AA25307; Sat, 29 May 93 14:27:37 MET DST
  4. Received: from rugch4.chem.rug.nl by dxmint.cern.ch (5.65/DEC-Ultrix/4.3)
  5.     id AA23808; Sat, 29 May 1993 14:49:08 +0200
  6. Received: from rugnm6.chem.rug.nl by rugch4.chem.rug.nl with SMTP
  7.     (16.8/16.2) id AA03487; Sat, 29 May 93 14:47:08 +0200
  8. Received: from Xtreme.chem.rug.nl by rugnm6.chem.rug.nl via SMTP (920330.SGI/920922.WK)
  9.     for @rugch4.chem.rug.nl:www-talk@nxoc01.cern.ch id AA17283; Sat, 29 May 93 14:54:20 GMT
  10. Received: by Xtreme (920330.SGI/920502.SGI)
  11.     for @rugch4.chem.rug.nl:www-talk@nxoc01.cern.ch id AA00471; Sat, 29 May 93 14:51:03 +0200
  12. From: hoesel@chem.rug.nl (frans van hoesel)
  13. Message-Id: <9305291251.AA00471@Xtreme>
  14. Subject: Re: Keeping HTML Simple & Format negotiation between Browser & Server
  15. To: www-talk@nxoc01.cern.ch
  16. Date: Sat, 29 May 1993 14:51:02 +0100 (MDT)
  17. In-Reply-To: <9305290121.AA14188@wintermute.ncsa.uiuc.edu> from "Marc Andreessen" at May 28, 93 08:21:18 pm
  18. X-Mailer: ELM [version 2.4 PL5]
  19. Content-Type: text
  20. Content-Length: 2339      
  21.  
  22. Marc wrote:
  23. > Pei Y. Wei writes:
  24. > > However, one could think of lots of other applications where it would 
  25. > > be easier and more appropriate to use area-overlay-buttons. Just look at
  26. > > the numerous HyperCard stackwares that use ``invisible fields'' to
  27. > > implement highly neat effects. This approach, however hard-coded but
  28. > > no more than ``HREF='' is hard-coded, has the benefits of no necessary
  29. > > dependence on a server.
  30. > I agree.
  31.  
  32. So do I (for what it's worth)
  33.  
  34. > > An example of invisible/see-thru buttons overlaying an image -- face.gif
  35. > > is visible, and has two invisible area oriented anchors pointing to 
  36. > > eyes.gif and mouth.gif respectively. Probably unnecessary, but WIDTH & 
  37. > > HEIGHT could be specified to handle scaling. Also, perhaps <FIGA> should
  38. > > simply be <A>. :
  39. > > 
  40. > >     <FIGURE SRC="http://sesame-st.org/whatis/face.gif" TYPE="image/gif"
  41. > >         WIDTH=100 HEIGHT=100>
  42. > >       <FIGA HREF="http://sesame-st.org/whatis/eyes.gif" TYPE="image/gif"
  43. > >         x0=20 y0=10 x1=80 y1=30>
  44. > >       <FIGA HREF="http://sesame-st.org/whatis/mouth.gif" TYPE="image/gif"
  45. > >         x0=40 y0=70 x1=60 y1=80>
  46. > >       <FIGCAP>Spy a face</FIGCAP>
  47. > >     </FIGURE>
  48. > Looks good to me.  Two comments: my gut feeling is that coordinates
  49. > should be in pixel space, and that if the browser scales the image it
  50. > should readjust any transmitted coordinates to match when the user
  51. > actually selects something.  And, I think it should be possible
  52. > to specify more than one rectangle per "FIGA" (e.g...
  53. >        <FIGA HREF="http://sesame-st.org/whatis/mouth.gif" TYPE="image/gif"
  54. >          COORDS="40-60,70-80;90-100,120-130">
  55. > ...or something similar).
  56.  
  57. And if you could add a keyword like TRANSPARENT=0 to specifiy that the
  58. color with index 0 should be transparent I would be even more happy.
  59.  
  60. This would allow very easy creation of a HREF that is *exactly* only to
  61. mouth and not some collection of rectangles!!!!!
  62.  
  63. And it's easy for the server too: only one rectangle (the size of the image)
  64. and it only needs a check for the color, if it is not the transparant color,
  65. then follow the link.
  66.  
  67. It also allows for non-rectangular images inside a document (allthough the
  68. bounding box would be rectangular.
  69.  
  70. Alternatively, one could send a simple b/w image to specify the
  71. mouth *exactly* and don't use transparant at all
  72.  
  73. - frans
  74.  
  75.  
  76.